RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. sound issue
    Log in to post
    • All categories
    • C

      sound issue for pi 3b.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue
      3
      0 Votes
      3 Posts
      353 Views
      C

      @mitu ok. thanks.
      i guess i will have to start from the scratch.

    • E

      DosBox Sound Issue

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi3 b dosbox sound problems sound issue
      1
      0 Votes
      1 Posts
      378 Views
      No one has replied
    • K

      Shuffleshot audio issues - choppy, slow, stuttering

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support audio issues sound issue
      1
      0 Votes
      1 Posts
      217 Views
      No one has replied
    • ninjaN

      No sound when using an HDMI switch

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue hdmi
      7
      0 Votes
      7 Posts
      2k Views
      ninjaN

      I checked the resolution of my RetroPie and found it's already 1080p. So I did nothing to the configuration.

      I updated RetroPie and the sound came back.

      It's so weired. I still don't know where the problem was and how the problem was solved.

      But I can play games with sound anyway.
      @lostless @MegaTimX

    • Z

      Lr-flycast - Grandia 2 (Dreamcast) - Missing sound effects during combat

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dreamcast sound issue lr-flycast
      7
      1 Votes
      7 Posts
      698 Views
      J

      @zasx Just want to say thanks for posting this issue and solution as well. Playing the same game and had the same issue. Much better gaming experience now, thanks again.

    • T

      No audio over hdmi

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hdmi audio sound issue
      3
      0 Votes
      3 Posts
      492 Views
      T

      @mitu thank you. That was the issue. I knew it was something easy. Thanks for the support!

    • T

      No sound effects in Darius Gaiden for Sega Saturn

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support saturn sound issue
      1
      0 Votes
      1 Posts
      339 Views
      No one has replied
    • N

      No Sound - Recommended Soundfix results in a hidden UI (Blackscreen) Raspberry Pi4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue blackscreen hidden ui
      2
      0 Votes
      2 Posts
      218 Views
      mituM

      Yesterday i installed the newest image of retropie.

      Which image is that ? The PI4 is not supported by the official image.

      After that i plugged it in on my 4k LG TV with a Micro-HDMI cable.

      Which HDMI port have you used ? The Pi4B has two of them, it's recommended you use the 'primary' port, the one next to the USB-C power.

    • F

      Sound Error and Final Fanstasy Origins Failure (PSX)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue no sound crash final fantasy lr-pcsx-rearmed
      5
      0 Votes
      5 Posts
      797 Views
      mituM

      @fordpickup said in Sound Error and Final Fanstasy Origins Failure (PSX):

      (It didn't solve the weird sound error notification, but hey if it works it works!)

      I think that sound/alsa error comes from EmulationStation, not fro the emulator. Use the EmulationStation menu and play with the Sound settings - Audio Card/Device are the ones that produce this error. Most likely you can change the Audio Card from Default to something else and the error will go away.

    • DieKatzD

      Strange sound on GPi Case & Gameboy emulation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gpi case gameboy sound issue
      9
      0 Votes
      9 Posts
      2k Views
      quicksilverQ

      @DieKatz I just wanted to say thanks for noticing this problem. While playing Sonic 3 on my gpi I noticed that some of the sound effects weren't playing at all. I could never figure out what the problem was. It was the same stereo/mono issue as you were having. So thanks again!

    • jamrom2J

      Joe Montana Football (DosBox) sound effects are static on any SB setting

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dosbox config pc games sound driver sound issue sound settings
      9
      0 Votes
      9 Posts
      671 Views
      jamrom2J

      @mitu I got it... I updated DosBox and it's working good now. Thanks for your input! I always appreciate how fast you reply to these issues.

    • C

      I have no game sound

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue
      2
      -1 Votes
      2 Posts
      165 Views
      mituM

      You forgot to specify which game/emulator ? Which menu soundtrack are you hearing ?

    • P

      Diablo 1 PSX Music Stops Playing

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support diablo psx sound issue psx-rearmed bug report
      1
      0 Votes
      1 Posts
      682 Views
      No one has replied
    • M

      Swapping between HDMI and CRT sound+image issues.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue crt issues
      4
      0 Votes
      4 Posts
      1k Views
      ClydeC

      @m75 said in Swapping between HDMI and CRT sound+image issues.:

      So going back to HDMI I'd have to remove/comment audio_pwm_mode=0

      You can quickly toggle the option from a script or the console by these commands:

      # make a backup of config.txt cp /boot/config.txt /boot/config.txt.backup # switch to "1" sed -i -e 's/audio_pwm_mode=0/audio_pwm_mode=1/g' /boot/config.txt # switch to "0" sed -i -e 's/audio_pwm_mode=1/audio_pwm_mode=0/g' /boot/config.txt

      The lines beginning with # are comments and can be omitted. Mind the single quotation marks, they're important!

      You could save them in convenient executable scripts in a (new) directory called "bin" in your home directory:

      cd /home/pi # make sure we are at home mkdir bin # create the directory "bin" echo "sed -i -e 's/audio_pwm_mode=0/audio_pwm_mode=1/g' /boot/config.txt" > bin/pwm1 # write the first sed command to bin/pwm1 echo "sed -i -e 's/audio_pwm_mode=1/audio_pwm_mode=0/g' /boot/config.txt" > bin/pwm0 # write the second sed command to bin/pwm0 chmod u+x bin/pwm1 # make pwn1 executable chmod u+x bin/pwm0 # make pwn0 executable

      Since $HOME/bin is part of the console's search paths for commands and scripts, you can now just execute pwm1 or pwm0from any directory to toggle the option audio_pwm_mode between 1 an 0.

      Besides that matter, do you know that you can enable an experimental audio driver with audio_pwm_mode=2? It fixed an annoying static noice on my Pi.

    • E

      No sound in-game.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue
      4
      0 Votes
      4 Posts
      1k Views
      mituM

      Can you try increasing the system's sound volume from a SSH or command line using alsamixer ? I know it sounds stupid, but maybe the default volume is too low for you to hear it.
      Otherwise, you can enable verbose logging when starting a ROM with the Runcommand launch menu (https://retropie.org.uk/docs/Runcommand/#runcommand-launch-menu), play a bit, then exit and get the /dev/shm/runcommand.log file. Paste the contents of the file to pastebin.com so we can take a look at it.

    • A

      ResidualVm Myst 3 Sound stuttering

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support residualvm myst3 stuttering sound issue
      3
      1 Votes
      3 Posts
      573 Views
      shavecatS

      Hey,
      anyone got it FIX?
      i have the same issue

    • L

      retropie no audio in ubuntu after plugging in HDMI

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ubuntu sound issue retropie sound
      3
      0 Votes
      3 Posts
      1k Views
      ClydeC

      @logan71f100 Thanks for sharing the workaround.

    • thelostsoulT

      Jumping up volume randomly while video

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support videos sound issue volume
      9
      0 Votes
      9 Posts
      2k Views
      thelostsoulT

      @darksavior Everything is possible, but strangely is, nobody else experienced this. I wonder, if i use an older backup image where it occured, if it still occures. I may test it someday and if I do, i will report here. Until then, I run around with a big question mark above my head.

    • M

      Bad sound emulation on some arcade games (RPI3)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue mamearcade
      1
      0 Votes
      1 Posts
      556 Views
      No one has replied